home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / DFL340 / DFLREAD.ME < prev    next >
Encoding:
Text File  |  1993-12-30  |  10.4 KB  |  215 lines

  1.                         DUPLICATE FILE LOCATOR v3.40
  2.  
  3. Welcome  to DFL. If you are running the installation program, you  can  print 
  4. any  of  these  documents by hitting <F2> while viewing  them.  Help  can  be 
  5. obtained by hitting <F1>.
  6.  
  7. ---------------------------------- Summary ----------------------------------
  8.  
  9. DFL  provides a complete pulldown menu system with context help to allow  you 
  10. to find and process duplicate files.
  11.  
  12. - DFL will find duplicate files by any of these modes:
  13.  
  14.   Name     - DFL will find files with identical names. 
  15.   Length   - DFL will find files with equal lengths.
  16.   Name1-11 - DFL will find files with the first N matching name letters.
  17.   Dos Path - DFL will search the Path for duplicate executables like DFL.EXE, 
  18.              DFL.BAT & DFL.COM.
  19.   FastAlias- Files  with duplicate contents are found using a 32 bit CRC  and 
  20.              filelength combination. Filenames are ignored.
  21.   FullAlias- Files with duplicate contents are found using the 32 bit CRC and 
  22.              filelength   combination  followed  by  a  byte-by-byte   binary 
  23.              comparison. Filenames are ignored.
  24.  
  25. - The files can then be:
  26.     Viewed.
  27.     Deleted.
  28.     Printed.
  29.     Compared in either binary (internal comparison) or ascii (user-customized).
  30.     Tagged and group-deleted.
  31.  
  32. - You may specify multiple filemasks such as *.* or *.exe.
  33. - You can specify include and exclude dirs or trees.
  34. - A command file can be used for long command line option lists.
  35. - DFL will scan multiple drives including network drives.
  36. - The duplicate list can be printed to an ascii file or printer.
  37. - The duplicate list can be saved and loaded as needed.
  38. - Virtual  Memory  is  created and cached to allow the  proccessing  of  huge 
  39.   numbers of files. About 1 meg of disk is needed for every 25,000 files.
  40. - DFL can be run unattended from a batch file.
  41. - DFL  will  perform  all of the above operations for files in  any  type  of 
  42.   archive. DFL can be customized to run with up to 10 archive compression and 
  43.   extraction  systems of your choosing. DFL is pre-cusomtized for  ZIP,  PAK, 
  44.   LZH, PKARC, ARJ, ARC by SEA and ZOO.
  45. - With  this  version  of DFL, we introduce 'Security  Build'  and  'Security 
  46.   Report'.   With  these  two  functions,  you  can  build  a   database   of 
  47.   'fingerprints' for files on your system, and later do a quick  verification 
  48.   to determine which files have changed by a) Being deleted, b) Date/time, c) 
  49.   Length and d) CONTENTS.
  50.   This can help show the intrusion of viruses, known and unknown.
  51. - The  complete  file database and duplicate list can be saved to  any  file. 
  52.   These  files  can later be loaded as part of a system security scan  or  to 
  53.   continue inspecting the list of duplicates.
  54.  
  55. More detailed discussions follow...
  56.  
  57. ---------------------------- TO INSTALL AND RUN -----------------------------
  58.  
  59. Run the program INSTALL.EXE. It will allow you to view the document files and 
  60. choose where to copy DFL.EXE and DFL.SAV.
  61.  
  62. Basically,  all  you  have to do is copy DFL.EXE and DFL.SAV to  one  of  the 
  63. directories  on your PATH. Then, you can run DFL at anytime by typing  'DFL'. 
  64.  
  65. DFL is pretty smart about finding the DFL.SAV file (see online help), so  you 
  66. shouldn't have any problems.
  67.  
  68. That's it!
  69.  
  70.  
  71. -----------------------------------------------------------------------------
  72.  
  73. This  group of files is the latest shareware version of DFL.  The  compressed 
  74. file DFL340.ZIP should contain the following files:
  75.  
  76.           DFL.EXE      - The shareware executable program
  77.           DFL.SAV      - The default configuration file
  78.           DFL.DOC      - The manual
  79.           UPGRADE.DOC  - Upgrade information.
  80.           ORDER.DOC    - The program registration order form
  81.           DFLREAD.ME   - Read Me file with misc. notes
  82.           WHATSNEW     - List of new features.
  83.           VENDOR.DOC   - Information for vendors.
  84.           INSTALL.EXE  - DFL installation program.
  85.           FILE_ID.DIZ  - BBS description file.
  86.           CTXTHELP.DAT - Online context help.
  87.           FULLHELP.DAT - Online full help.
  88.  
  89. After  reading  these documents, the only files you should need to  keep  are 
  90. DFL.EXE, DFL.SAV and the 2 *.DAT help files. All the help information can  be 
  91. accessed  on-line. Over the past few years, you won't believe the  number  of 
  92. DOC/TXT/README  files  I've accumulated ( or would you ? ) and  had  to  keep 
  93. around in order be able to use a program a month later.
  94.  
  95. Nevertheless,  the  extended  documentation manual is included  as  the  file 
  96. DFL.DOC.  It contains information and tips that may be helpful while  running 
  97. this newer, more complex program. The manual file is the same manual that  we 
  98. provide  with  the  REGISTERED  version.  The  only  difference  between  the 
  99. shareware  version and the registered version is that the  shareware  version 
  100. has  opening  and closing registration reminder screens.
  101.  
  102. DFL uses a proprietary technique to create Virtual Memory. By caching to disk 
  103. as  it  processes, DFL can handle an 'unlimited' number  of  files.  Previous 
  104. versions  scanned  until  they run out of memory at around  8000  files.  The 
  105. internal  data  structures used to capture the contents of the  disk  are  as 
  106. small  as can reasonably be expected. Depending on how many  directories  you 
  107. have, it is safe to assume that DFL will require about 40 bytes of disk space 
  108. per  file. Based on this, DFL should be able to handle  approximately  25,000 
  109. files  for every megabyte of free disk space. Please consult the  manual  for 
  110. more discussion on the Virtual Memory System.
  111.  
  112. Thanks to the Virtual Memory, DFL only requires about 340K of memory to  run. 
  113. So,  some  of  the more advanced functions that  require  spawning  to  other 
  114. programs can now be performed.
  115.  
  116. Enter, stage left, Dos Shell, File Compare and COMPLETE ARCHIVE SUPPORT.  Dos 
  117. Shell  speaks for itself. The File Comparison program may be used by  DFL  to 
  118. examine  in  detail  the actual differences between any two  files.  And,  by 
  119. COMPLETE ARCHIVE SUPPORT, we mean:
  120.  
  121.  - Archives  are  treated  as regular directories.  The  files  within  these 
  122.    directories  can be manipulated in every way that normal files  can.  This 
  123.    includes:
  124.  - Archived files can be deleted.
  125.  - Archived files can be viewed.
  126.  - Archived  files  can  be compared to other archived or  normal  files,  in 
  127.    either binary (internal comparison) or ascii (user-customized)  regardless 
  128.    of the type of archives in which they reside.
  129.  - Archived files can be tagged and group-deleted.
  130.  - Archived  files  can be processed by every DFL Scan Mode  including  Name, 
  131.    Partial Name, Length or Alias regardless of archive type.
  132.  - DFL can handle up to 10 archive types of your choosing.
  133.  
  134. In  addition to supporting archives, the other features of DFL which we  have 
  135. not  found  in any other similar program are its ALIAS  modes  of  operation. 
  136. Using  these modes, the contents of equal-length files, archived or not,  are 
  137. examined to identify duplicates. The file names play no role whatsoever.  For 
  138. example,  this  will  allow the user to locate files such  as  PROGRAM.C  and 
  139. PROGRAM.BAK  which have the same contents but different names. This may  also 
  140. be of use to sysops who want to weed out duplicate uploads or  semi-duplicate 
  141. archives  which  contain the same files, but have a comment or  something  to 
  142. hide the overall archive as a duplicate.
  143.  
  144. DFL will also find duplicate files by any of these other Modes:
  145.  
  146.   Name     - DFL will find files with identical names. 
  147.   Length   - DFL will find files with equal lengths.
  148.   Name1-11 - DFL will find files with the first N matching name letters.
  149.   Dos Path - DFL will search the Path for duplicate executables like DFL.EXE, 
  150.              DFL.BAT & DFL.COM.
  151.  
  152. As should be expected from any half way interactive system, complete  context 
  153. sensitive  help is available, as well as an extended online manual. The  idea 
  154. is  that,  as  stated  above, you should never need  to  look  elsewhere  for 
  155. assistance  while  running the program. However, there  are  some  situations 
  156. during  the  initial  definition of an archive format that can  be  a  little 
  157. tricky.  DFL  comes with several predefined formats, but when adding  one  of 
  158. your own, you may need to consult the more extensive manual or call us.
  159.  
  160. You  may  use MicroSoft's EXEPACK.EXE utility to decrease YOUR  copy  of  the 
  161. program  by about 14k. We stopped packing the distributed copy after  running 
  162. across  a  cache  program and some multitasking software  which  rendered  it 
  163. inoperative. Please don't upload EXEPACKed copies, or for that matter, copies 
  164. other than exactly what was downloaded or otherwise obtained.
  165.  
  166. DFL.EXE  compresses very well (50-60%) with PKLITE, LZEXE and  other  similar 
  167. executable compressors.
  168.  
  169.  
  170. ------------------------------ HOW TO REACH US ------------------------------
  171.  
  172. Anyone with comments, suggestions, complaints or bug-reports can reach us  in 
  173. one of these ways: 
  174.  
  175. Write:         W. S. Ataras Engineering
  176.                40 Laughton Street
  177.                Upper Marlboro, Md. 20772
  178.  
  179. Voice mail:    202-310-2552
  180.  
  181. BBS:           Toad Hall 415-595-2427 for the current version.
  182.                Baudville 416-283-6059 Canada
  183.  
  184.                Leave message to BILL ATARAS.
  185.                Look for DFL*.*. 
  186.                The latest version will be a free download.
  187.  
  188. CompuServe:    William Ataras
  189.                70322,1514
  190.                IBMSYS forum. Lib 6
  191.                SCAN DFL*.* lib:all
  192.  
  193.  
  194. -------------------------- REGISTERED USER SUPPORT --------------------------
  195.  
  196. If  you find Duplicate File Locator (DFL) of benefit to your operations,  and 
  197. use  the  program as one of your utilities, you must  purchase  a  REGISTERED 
  198. copy.  See  the  order form included with this program  to  receive  complete 
  199. registration  instructions. Upgrades to subsequent versions can  be  obtained 
  200. for a nominal fee.
  201.  
  202. Please consider becoming a REGISTERED USER as a sign of your support for  our 
  203. ongoing efforts to enhance DFL and to provide quality software to the public. 
  204. Consider what you'll save by using the program in the coming years. 
  205.  
  206.  
  207. REGISTERED USERS RECEIVE :
  208.  
  209.    1. The latest version.
  210.    2. Any releases issued to correct bugs found in your version.
  211.    3. No shareware reminder screens.
  212.    4. Phone & modem support.
  213.    5. A 30 day money-back satisfaction guarantee. 
  214.    6. Upgrade & follow-up notifications.
  215.